home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Frames of Reference / background_4989.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  88 lines

  1. -- background: 4989 from stack: in
  2. -- bmap block id: 5603
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   send setParameters to the target
  9. end closeCard
  10.  
  11. on openCard
  12.   select line 1 of card field 1
  13. end opencard
  14.  
  15.  
  16.  
  17.  
  18. -- part 6 (field)
  19. -- low flags: 01
  20. -- high flags: 0002
  21. -- rect: left=428 top=160 right=289 bottom=498
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 0
  25. -- font id: 3
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: Blurb
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   click at the loc of bkgnd button "experiment"
  33. end mouseUp
  34.  
  35.  
  36. -- part 7 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=428 top=293 right=328 bottom=498
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1020 / 1020
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Help
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   show card field "help"
  51.   wait until the mouse is down
  52.   hide card field "help"
  53. end mouseUp
  54.  
  55.  
  56. -- part 9 (button)
  57. -- low flags: 00
  58. -- high flags: 2000
  59. -- rect: left=428 top=38 right=69 bottom=498
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Experiment
  68.  
  69.  
  70. -- part 12 (button)
  71. -- low flags: 00
  72. -- high flags: A002
  73. -- rect: left=16 top=319 right=340 bottom=76
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Return
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   global ReturnCard
  85.   go ReturnCard
  86. end mouseUp
  87.  
  88.